.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
/*伸缩流方向*/
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/*主轴对齐*/
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/*侧轴对齐*/
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/*单行溢出*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2,
.dot3,
.dot4 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
/*2行文本省略号*/
.dot2 {
  -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
  -webkit-line-clamp: 3;
}
/*4行文本省略号*/
.dot4 {
  -webkit-line-clamp: 4;
}
.dot5 {
  -webkit-line-clamp: 5;
}
.donghua {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donghua2 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.fangda {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xuanzhuan {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.fzlc_list li {
  float: left;
  height: 350px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.fzlc_list li:nth-child(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fzlc_list li:nth-child(2n) h2,
.fzlc_list li:nth-child(2n) p {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.fzlc_list li h2 {
  font-size: 30px;
  color: #0b8bd4;
  font-family: 'SourceHanSansCN-Bold';
  margin: 0;
  margin-bottom: 5px;
}
.fzlc_list li p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.search_pro h2 {
  font-size: 20px;
  color: #222222;
  margin: 0;
}
.search_pro form {
  border-top: 2px solid #158ad0;
  margin-top: 20px;
  padding-top: 20px;
}
.search_pro form label {
  float: left;
  font-size: 16px;
  margin-right: 80px;
  margin-bottom: 30px;
}
.search_pro form label span {
  line-height: 35px;
  font-size: 16px;
  color: #222222;
}
.search_pro form label i {
  line-height: 35px;
  font-size: 16px;
  color: #666666;
  font-style: normal;
  margin-left: 10px;
  min-width: 60px;
  display: inline-block;
}
.search_pro form label input,
.search_pro form label select {
  height: 35px;
  width: 150px;
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #158ad0;
  padding: 0 10px;
}
.search_pro form label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
  padding-right: 30px;
  background: url(../images/b.png) no-repeat right 13px center #fbfbfb;
}
.search_pro form label select::-ms-expand {
  display: none;
}
.search_pro .sxjg {
  margin-top: 90px;
  font-size: 20px;
  color: #222222;
}
.search_pro .sxjg span {
  display: inline-block;
  position: relative;
  color: #0b8bd4;
  margin-right: 5px;
}
.search_pro .sxjg span:last-child:after {
  display: none;
}
.search_pro .sxjg span:after {
  content: ';';
  margin-left: 5px;
}

/* 弹窗  */
.search_pro .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.search_pro .pop-up .ycenter{ height:100%;}
.search_pro .pop-up .main{position:relative;width:90%;margin:0 auto;max-width:1200px;background:#fff;padding: 2% 3%;}
.search_pro .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#158ad0; cursor:pointer;}
.search_pro .pop-up .close::before,
.search_pro .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);}
.search_pro .pop-up .close::before{ transform:rotate(45deg);}
.search_pro .pop-up h3{font-size:24px;color:#158ad0;text-align: center;margin: 0 0 3%;}
.search_pro .pop-up .table2{display:table;width:100%;border: 1px #e9e9e9 solid;}
.search_pro .pop-up .table2 th{ background: #158ad0; color: #fff; font-size: 18px; padding: 15px 20px; text-align: center;}
.search_pro .pop-up .table2 td{ color: #333; padding: 12px 20px; text-align: center;}
.search_pro .pop-up .table2 tr:nth-child(2n){ background: #f5f5f5;}
.search_pro .pop-up .table2 td:nth-child(1){border-right: 1px #e9e9e9 solid;}
.search_pro .pop-up .table2 td a{ display: block; color: #158ad0}
.search_pro .pop-up .table2 td a:hover{ text-decoration: underline;}

.btns {
  margin-top: 10px;
}
.btns .btna {
  font-size: 16px;
  color: #ffffff;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #158ad0;
  display: inline-block;
  margin-right: 35px;
}
.table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.table table {
  width: 100%;
}
.table td {
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  color: #666666;
}
.table thead {
  background: #158ad0;
}
.table thead td {
  color: #fff;
}
.table tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
.table tbody tr:nth-child(2n) {
  background: #fbfbfb;
}
@media (max-width: 768px) {
  .search_pro form label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search_pro form label.l2 input {
    width: 100px;
  }
  .search_pro .sxjg {
    margin-top: 30px;
  }
  .table td {
    font-size: 12px;
    padding: 15px 0;
  }
  .table thead td {
    padding: 10px 0;
  }
  .btns .btna {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
}
.Floor003026 .box .wap_d {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 100px;
  margin-left: -6px;
  display: none;
}
.Floor003026 .box .wap_d:before,
.Floor003026 .box .wap_d:after {
  position: absolute;
  content: '';
  background: rgba(21, 138, 208, 0.4);
  border-radius: 50%;
  animation: test 2s linear infinite;
}
.Floor003026 .box .wap_d:before {
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2;
}
.Floor003026 .box .wap_d:after {
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  z-index: 1;
}
.Floor003026 .box .wap_d i {
  z-index: 3;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Floor003026 .box li .img,
.Floor003026 .box li .img2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.Floor003026 .box li .img2 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.Floor003026 .box li.aon .img,
.Floor003026 .box li.aon .img2 {
  opacity: 1;
  z-index: 1;
}
.Floor003026 .box1 li.aon .img2 {
  margin-top: 0px;
  z-index: 1;
}
.Floor003026 .box1 li .img {
  margin-top: 0px;
  opacity: 1;
  z-index: 0;
}
.Floor003026 .box1 li .img2 {
  margin-top: 30px;
  z-index: 0;
}
.Floor003026 .box1 li:nth-child(5).aon .img2,
.Floor003026 .box1 li:nth-child(6).aon .img2,
.Floor003026 .box1 li:nth-child(7).aon .img2,
.Floor003026 .box1 li:nth-child(8).aon .img2 {
  margin-bottom: 0px;
}
.Floor003026 .box1 li:nth-child(5) .img2,
.Floor003026 .box1 li:nth-child(6) .img2,
.Floor003026 .box1 li:nth-child(7) .img2,
.Floor003026 .box1 li:nth-child(8) .img2 {
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .Floor003026 .box1 .wap_d {
    display: block;
    top: 120px;
  }
  .Floor003026 .box .wap_img {
    max-width: 150%;
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: -50px auto;
  }
  .Floor003026 .box1 ul {
    display: none;
  }
  .Floor003026 .box1 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
  }
  .Floor003026 .box1 li:nth-child(3n) {
    margin-right: 0;
  }
  .Floor003026 .box1 li .img,
  .Floor003026 .box1 li .img2,
  .Floor003026 .box1 li span,
  .Floor003026 .box1 li p {
    position: relative;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    opacity: 1;
    z-index: 1;
  }
  .Floor003026 .box1 li p {
    text-align: left!important;
  }
  .Floor003026 .box1 li .img2 {
    display: none;
  }
  .Floor003026 .box1 li span {
    display: none;
  }
  .Floor003026 .box1 li .img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }
}
.Floor003026 .box2 li.aon .img {
  margin-top: 0px;
}
.Floor003026 .box2 li.aon .img2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.Floor003026 .box2 li .img {
  margin-top: 15px;
}
.Floor003026 .box2 li .img2 {
  margin-top: 30px;
}
.Floor003026 .box2 li p {
  display: none;
}
.Floor003026 .box2 li:nth-child(1) span {
  top: 63.6%;
  left: 31.5%;
}
.Floor003026 .box2 li:nth-child(1) .img {
  left: 8%;
  top: 20%;
  width: 23.64%;
}
.Floor003026 .box2 li:nth-child(1) .img2 {
  left: 15%;
  top: 4%;
  width: 34.43%;
}
.Floor003026 .box2 li:nth-child(2) span {
  top: 58%;
  left: 39%;
}
.Floor003026 .box2 li:nth-child(2) .img {
  left: 24.5%;
  top: 20%;
  width: 14.9%;
}
.Floor003026 .box2 li:nth-child(2) .img p {
  position: unset;
  right: auto;
  top: auto;
  text-align: left;
}
.Floor003026 .box2 li:nth-child(3) span {
  top: 70.6%;
  left: 69%;
}
.Floor003026 .box2 li:nth-child(3) .img {
  right: 2%;
  top: 12.5%;
  width: 28.21%;
}
.Floor003026 .box3 li .img {
  margin-left: 20px;
}
.Floor003026 .box3 li .img2 {
  margin-left: 40px;
}
.Floor003026 .box3 li.aon .img,
.Floor003026 .box3 li.aon .img2 {
  margin-left: 0px;
}
.Floor003026 .box3 li .s1 i {
  background: #0b8bd4;
}
.Floor003026 .box3 li .s1:after,
.Floor003026 .box3 li .s1:before {
  background: rgba(255, 255, 255, 0.4);
}
.Floor003026 .box3 li:nth-child(1) span {
  top: 35%;
  left: 16.5%;
}
.Floor003026 .box3 li:nth-child(1) span.s1 {
  top: 81.5%;
  left: 25.5%;
}
.Floor003026 .box3 li:nth-child(1) .img {
  left: 17.5%;
  top: 35.5%;
  width: 39.78%;
}
.Floor003026 .box3 li:nth-child(1) .img2 {
  left: 42%;
  top: 43%;
  width: 29.14%;
}
.Floor003026 .box3 li:nth-child(2) span {
  top: 30%;
  left: 42%;
}
.Floor003026 .box3 li:nth-child(2) span.s1 {
  top: 73.5%;
  left: 50%;
}
.Floor003026 .box3 li:nth-child(2) .img {
  left: 31%;
  top: 30.5%;
  width: 25.28%;
}
.Floor003026 .box3 li:nth-child(2) .img p {
  position: unset;
  right: auto;
  top: auto;
  text-align: left;
}
.Floor003026 .box3 li:nth-child(2) .img2 {
  left: 48%;
  top: 41%;
  width: 24.28%;
}
.zjaf_info {
  overflow: hidden;
}
.zjaf_info h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.zjaf_info p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.zjaf_info .jt_img {
  display: block;
  margin: 15px auto;
}
.zjaf_info .item {
  position: relative;
}
.zjaf_info .item .img1 {
  position: relative;
}
.zjaf_info .item .img1 span {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 48%;
  top: 66%;
  margin-left: -6px;
  display: block;
}
.zjaf_info .item .img1 span:before,
.zjaf_info .item .img1 span:after {
  position: absolute;
  content: '';
  background: rgba(21, 138, 208, 0.4);
  border-radius: 50%;
  animation: test 2s linear infinite;
}
.zjaf_info .item .img1 span:before {
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2;
}
.zjaf_info .item .img1 span:after {
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  z-index: 1;
}
.zjaf_info .item .img1 span i {
  z-index: 3;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zjaf_info .item .img2 {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.zjaf_info .item .img2.aon {
  opacity: 1;
  z-index: 1;
  margin-top: 0;
}
.zjaf_info .item.item1 .img1 {
  width: 100%;
  height: auto;
}
.zjaf_info .item.item1 .img1 img {
  display: block;
  margin: 0 auto;
}
.zjaf_info .item.item1 .img2 {
  left: 10%;
  top: 10%;
}
.zjaf_info .item.item2 span {
  left: 81%;
  top: 24%;
}
.zjaf_info .item.item2 .img2 {
  left: -7%;
  top: -25%;
}
.zjaf_info .item.item3 span {
  left: 67%;
  top: 35%;
}
.zjaf_info .item.item3 .img2 {
  left: -20%;
  top: -17%;
}
.zjaf_info .items {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #dddddd;
}
.zjaf_info .items .item {
  width: 50%;
  float: left;
}
.zjaf_info .items .item .img1 {
  text-align: center;
}
.zjaf_info .items .item .img1 img {
  height: 120px;
  object-fit: contain;
}
.zjaf_info .itemtitle {
  width: 780px;
  max-width: 100%;
  height: 57px;
  text-align: center;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin: 30px auto 10px;
  position: relative;
}
.zjaf_info .itemtitle h3 {
  display: inline-block;
  position: absolute;
  background: #fff;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 10px;
}
.zjaf_info .ul_list {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.zjaf_info .ul_list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  list-style: none;
  position: relative;
}
.zjaf_info .ul_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.zjaf_info .ul_list li a:hover .Ispic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zjaf_info .ul_list li:nth-child(3) {
  margin-right: 0;
}
.zjaf_info .ul_list li .pic {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.zjaf_info .ul_list li .Ispic {
  padding-bottom: 63.5%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zjaf_info .ul_list li p {
  margin: 0;
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .PicList002949 .item {
    width: 49%;
    margin-right: 2%;
  }
  .PicList002949 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .PicList002949 .item:nth-child(2n) {
    margin-right: 0;
  }
  .PicList002949 .pic figure {
    padding-bottom: 80%;
  }
}
@media (max-width: 768px) {
  .Floor003026 .box {
    overflow: hidden;
  }
  .zjaf_info .items .item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .zjaf_info .ul_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .Floor002748 .box .dl {
    position: relative;
    width: 100%;
  }
  .Top002898 .top-search,
  .Top002898 .top-lang {
    margin-top: 5px;
  }
  .column_tit h2 {
    font-size: 24px;
  }
  .column_tit h2::after {
    margin: 10px 0 15px;
  }
  .Menu002147 li {
    margin-right: 0;
  }
  .Floor001201 h1 {
    font-size: 30px;
  }
  .Floor001201 h1::after {
    margin: 10px auto 15px;
  }
  .r_center li h4 {
    font-size: 14px;
  }
  .r_center li:first-child h3 {
    font-size: 22px;
  }
  .PicList002938 .ytable-cell {
    width: 50%;
    float: left;
  }
  .PicList002938 .ytable-cell p {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .filter .box > * {
    min-width: 100px;
    margin-bottom: 10px;
  }
  .filter .box dl.unit {
    width: 150px;
  }
  .PicList002949 .item {
    width: 100%;
    margin-right: 0;
  }
  .PicList002949 .item .ytable {
    display: table;
  }
  .PicList002949 .item .pic,
  .PicList002949 .item .txt {
    display: table-cell;
  }
  .TextList001717 .name li:nth-child(1) {
    padding-right: 2%;
    width: 45%;
  }
  .TextList001717 .name li:nth-child(2) {
    width: 16%;
  }
  .TextList001717 .name li:nth-child(3) {
    padding-right: 20px;
  }
  .Floor002967 li {
    width: 300px;
  }
  .Bottom002561 .contact .share {
    margin-top: 10px;
  }
  .Floor003026 .box1 ul.gybox {
    display: block;
  }
  .Floor003026 .box1 ul.gybox li {
    width: 32%!important;
  }
  .Floor003026 .box1 ul.gybox li:first-child .img1 img {
    height: 40px;
    margin: 20px auto;
  }
  .Floor003026 .box1 ul.gybox li .img1 img {
    height: 80px;
    object-fit: cover;
  }
  .Floor003026 .box1 ul.gybox li p {
    font-size: 20px;
    text-align: center !important;
  }
  .Floor002748 .box .info {
    margin: 10px auto 20px;
    height: 72px;
  }
  .Floor002748 .box .dl .txt {
    width: 96%;
    left: 2%;
    bottom: auto;
    top: 20px;
  }
  .Floor002748 .box .dl .txt p {
    margin: 0;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .TextList001717 .name li:nth-child(2) {
    white-space: nowrap;
  }
}
/*20210628*/
.column_box .title_index {
  text-align: center;
}
.column_box .title_index:after {
  margin-left: auto;
  margin-right: auto;
}
.Menu002147.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 90;
  top: 0;
}
.frendLinks a {
  border: 1px solid #cecece;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding: 0 10px;
  margin-right: 4px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
/*伸缩流方向*/
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/*主轴对齐*/
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/*侧轴对齐*/
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/*单行溢出*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2,
.dot3,
.dot4 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
/*2行文本省略号*/
.dot2 {
  -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
  -webkit-line-clamp: 3;
}
/*4行文本省略号*/
.dot4 {
  -webkit-line-clamp: 4;
}
.dot5 {
  -webkit-line-clamp: 5;
}
.donghua {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donghua2 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.fangda {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xuanzhuan {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.fzlc_list li {
  float: left;
  height: 350px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.fzlc_list li:nth-child(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fzlc_list li:nth-child(2n) h2,
.fzlc_list li:nth-child(2n) p {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.fzlc_list li h2 {
  font-size: 30px;
  color: #0b8bd4;
  font-family: 'SourceHanSansCN-Bold';
  margin: 0;
  margin-bottom: 5px;
}
.fzlc_list li p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.search_pro h2 {
  font-size: 20px;
  color: #222222;
  margin: 0;
}
.search_pro form {
  border-top: 2px solid #158ad0;
  margin-top: 20px;
  padding-top: 20px;
}
.search_pro form label {
  float: left;
  font-size: 16px;
  margin-right: 80px;
  margin-bottom: 30px;
}
.search_pro form label span {
  line-height: 35px;
  font-size: 16px;
  color: #222222;
}
.search_pro form label i {
  line-height: 35px;
  font-size: 16px;
  color: #666666;
  font-style: normal;
  margin-left: 10px;
  min-width: 60px;
  display: inline-block;
}
.search_pro form label input,
.search_pro form label select {
  height: 35px;
  width: 150px;
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #158ad0;
  padding: 0 10px;
}
.search_pro form label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
  padding-right: 30px;
  background: url(../images/b.png) no-repeat right 13px center #fbfbfb;
}
.search_pro form label select::-ms-expand {
  display: none;
}
.search_pro .sxjg {
  margin-top: 90px;
  font-size: 20px;
  color: #222222;
}
.search_pro .sxjg span {
  display: inline-block;
  position: relative;
  color: #0b8bd4;
  margin-right: 5px;
}
.search_pro .sxjg span:last-child:after {
  display: none;
}
.search_pro .sxjg span:after {
  content: ';';
  margin-left: 5px;
}

/* 弹窗  */
.search_pro .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.search_pro .pop-up .ycenter{ height:100%;}
.search_pro .pop-up .main{position:relative;width:90%;margin:0 auto;max-width:1200px;background:#fff;padding: 2% 3%;}
.search_pro .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#158ad0; cursor:pointer;}
.search_pro .pop-up .close::before,
.search_pro .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);}
.search_pro .pop-up .close::before{ transform:rotate(45deg);}
.search_pro .pop-up h3{font-size:24px;color:#158ad0;text-align: center;margin: 0 0 3%;}
.search_pro .pop-up .table2{display:table;width:100%;border: 1px #e9e9e9 solid;}
.search_pro .pop-up .table2 th{ background: #158ad0; color: #fff; font-size: 18px; padding: 15px 20px; text-align: center;}
.search_pro .pop-up .table2 td{ color: #333; padding: 12px 20px; text-align: center;}
.search_pro .pop-up .table2 tr:nth-child(2n){ background: #f5f5f5;}
.search_pro .pop-up .table2 td:nth-child(1){border-right: 1px #e9e9e9 solid;}
.search_pro .pop-up .table2 td a{ display: block; color: #158ad0}
.search_pro .pop-up .table2 td a:hover{ text-decoration: underline;}

.btns {
  margin-top: 10px;
}
.btns .btna {
  font-size: 16px;
  color: #ffffff;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #158ad0;
  display: inline-block;
  margin-right: 35px;
}
.table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.table table {
  width: 100%;
}
.table td {
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  color: #666666;
}
.table thead {
  background: #158ad0;
  vertical-align:top;
}
.table thead td {
  padding:10px 0;
  color: #fff;
}
.table thead td .sj{
  height: 12px;
  width: 100%;
  text-align: center;
  line-height: 12px;
}
.table thead td .sj span{
  line-height: 12px;
}
.table thead td .s{ 
	background: url(../images/s.png) no-repeat;
	display:inline-block;
	width:12px;
	height:12px;
	background-size: contain;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
  margin: 0 5px;
}
.table thead td .x{ 
	background: url(../images/x.png) no-repeat;
	display:inline-block;
	width:12px;
	height:12px;
	background-size: contain;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
  margin: 0 5px;
}
.table tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
.table tbody tr:nth-child(2n) {
  background: #fbfbfb;
}
@media (max-width: 768px) {
  .search_pro form label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search_pro form label.l2 input {
    width: 100px;
  }
  .search_pro .sxjg {
    margin-top: 30px;
  }
  .table td {
    font-size: 12px;
    padding: 15px 0;
  }
  .table thead td {
    padding: 10px 0;
  }
  .btns .btna {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
}
.Floor003026 .box .wap_d {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 100px;
  margin-left: -6px;
  display: none;
}
.Floor003026 .box .wap_d:before,
.Floor003026 .box .wap_d:after {
  position: absolute;
  content: '';
  background: rgba(21, 138, 208, 0.4);
  border-radius: 50%;
  animation: test 2s linear infinite;
}
.Floor003026 .box .wap_d:before {
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2;
}
.Floor003026 .box .wap_d:after {
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  z-index: 1;
}
.Floor003026 .box .wap_d i {
  z-index: 3;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Floor003026 .box li .img,
.Floor003026 .box li .img2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.Floor003026 .box li .img2 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.Floor003026 .box li.aon .img,
.Floor003026 .box li.aon .img2 {
  opacity: 1;
  z-index: 1;
}
.Floor003026 .box1 li.aon .img2 {
  margin-top: 0px;
  z-index: 1;
}
.Floor003026 .box1 li .img {
  margin-top: 0px;
  opacity: 1;
  z-index: 0;
}
.Floor003026 .box1 li .img2 {
  margin-top: 30px;
  z-index: 0;
}
.Floor003026 .box1 li:nth-child(5).aon .img2,
.Floor003026 .box1 li:nth-child(6).aon .img2,
.Floor003026 .box1 li:nth-child(7).aon .img2,
.Floor003026 .box1 li:nth-child(8).aon .img2 {
  margin-bottom: 0px;
}
.Floor003026 .box1 li:nth-child(5) .img2,
.Floor003026 .box1 li:nth-child(6) .img2,
.Floor003026 .box1 li:nth-child(7) .img2,
.Floor003026 .box1 li:nth-child(8) .img2 {
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .Floor003026 .box1 .wap_d {
    display: block;
    top: 120px;
  }
  .Floor003026 .box .wap_img {
    max-width: 150%;
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: -50px auto;
  }
  .Floor003026 .box1 ul {
    display: none;
  }
  .Floor003026 .box1 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
  }
  .Floor003026 .box1 li:nth-child(3n) {
    margin-right: 0;
  }
  .Floor003026 .box1 li .img,
  .Floor003026 .box1 li .img2,
  .Floor003026 .box1 li span,
  .Floor003026 .box1 li p {
    position: relative;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    opacity: 1;
    z-index: 1;
  }
  .Floor003026 .box1 li p {
    text-align: left!important;
  }
  .Floor003026 .box1 li .img2 {
    display: none;
  }
  .Floor003026 .box1 li span {
    display: none;
  }
  .Floor003026 .box1 li .img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }
}
.Floor003026 .box2 li.aon .img {
  margin-top: 0px;
}
.Floor003026 .box2 li.aon .img2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.Floor003026 .box2 li .img {
  margin-top: 15px;
}
.Floor003026 .box2 li .img2 {
  margin-top: 30px;
}
.Floor003026 .box2 li p {
  display: none;
}
.Floor003026 .box2 li:nth-child(1) span {
  top: 63.6%;
  left: 31.5%;
}
.Floor003026 .box2 li:nth-child(1) .img {
  left: 8%;
  top: 20%;
  width: 23.64%;
}
.Floor003026 .box2 li:nth-child(1) .img2 {
  left: 15%;
  top: 4%;
  width: 34.43%;
}
.Floor003026 .box2 li:nth-child(2) span {
  top: 58%;
  left: 39%;
}
.Floor003026 .box2 li:nth-child(2) .img {
  left: 24.5%;
  top: 20%;
  width: 14.9%;
}
.Floor003026 .box2 li:nth-child(2) .img p {
  position: unset;
  right: auto;
  top: auto;
  text-align: left;
}
.Floor003026 .box2 li:nth-child(3) span {
  top: 70.6%;
  left: 69%;
}
.Floor003026 .box2 li:nth-child(3) .img {
  right: 2%;
  top: 12.5%;
  width: 28.21%;
}
.Floor003026 .box3 li .img {
  margin-left: 20px;
}
.Floor003026 .box3 li .img2 {
  margin-left: 40px;
}
.Floor003026 .box3 li.aon .img,
.Floor003026 .box3 li.aon .img2 {
  margin-left: 0px;
}
.Floor003026 .box3 li .s1 i {
  background: #0b8bd4;
}
.Floor003026 .box3 li .s1:after,
.Floor003026 .box3 li .s1:before {
  background: rgba(255, 255, 255, 0.4);
}
.Floor003026 .box3 li:nth-child(1) span {
  top: 35%;
  left: 16.5%;
}
.Floor003026 .box3 li:nth-child(1) span.s1 {
  top: 81.5%;
  left: 25.5%;
}
.Floor003026 .box3 li:nth-child(1) .img {
  left: 17.5%;
  top: 35.5%;
  width: 39.78%;
}
.Floor003026 .box3 li:nth-child(1) .img2 {
  left: 42%;
  top: 43%;
  width: 29.14%;
}
.Floor003026 .box3 li:nth-child(2) span {
  top: 30%;
  left: 42%;
}
.Floor003026 .box3 li:nth-child(2) span.s1 {
  top: 73.5%;
  left: 50%;
}
.Floor003026 .box3 li:nth-child(2) .img {
  left: 31%;
  top: 30.5%;
  width: 25.28%;
}
.Floor003026 .box3 li:nth-child(2) .img p {
  position: unset;
  right: auto;
  top: auto;
  text-align: left;
}
.Floor003026 .box3 li:nth-child(2) .img2 {
  left: 48%;
  top: 41%;
  width: 24.28%;
}
.zjaf_info {
  overflow: hidden;
}
.zjaf_info h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.zjaf_info p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.zjaf_info .jt_img {
  display: block;
  margin: 15px auto;
}
.zjaf_info .item {
  position: relative;
}
.zjaf_info .item .img1 {
  position: relative;
}
.zjaf_info .item .img1 span {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 48%;
  top: 66%;
  margin-left: -6px;
  display: block;
}
.zjaf_info .item .img1 span:before,
.zjaf_info .item .img1 span:after {
  position: absolute;
  content: '';
  background: rgba(21, 138, 208, 0.4);
  border-radius: 50%;
  animation: test 2s linear infinite;
}
.zjaf_info .item .img1 span:before {
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2;
}
.zjaf_info .item .img1 span:after {
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  z-index: 1;
}
.zjaf_info .item .img1 span i {
  z-index: 3;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zjaf_info .item .img2 {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.zjaf_info .item .img2.aon {
  opacity: 1;
  z-index: 1;
  margin-top: 0;
}
.zjaf_info .item.item1 .img1 {
  width: 100%;
  height: auto;
}
.zjaf_info .item.item1 .img1 img {
  display: block;
  margin: 0 auto;
}
.zjaf_info .item.item1 .img2 {
  left: 10%;
  top: 10%;
}
.zjaf_info .item.item2 span {
  left: 81%;
  top: 24%;
}
.zjaf_info .item.item2 .img2 {
  left: -7%;
  top: -25%;
}
.zjaf_info .item.item3 span {
  left: 67%;
  top: 35%;
}
.zjaf_info .item.item3 .img2 {
  left: -20%;
  top: -17%;
}
.zjaf_info .items {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #dddddd;
}
.zjaf_info .items .item {
  width: 50%;
  float: left;
}
.zjaf_info .items .item .img1 {
  text-align: center;
}
.zjaf_info .items .item .img1 img {
  height: 120px;
  object-fit: contain;
}
.zjaf_info .itemtitle {
  width: 780px;
  max-width: 100%;
  height: 57px;
  text-align: center;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin: 30px auto 10px;
  position: relative;
}
.zjaf_info .itemtitle h3 {
  display: inline-block;
  position: absolute;
  background: #fff;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 10px;
}
.zjaf_info .ul_list {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.zjaf_info .ul_list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  list-style: none;
  position: relative;
}
.zjaf_info .ul_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.zjaf_info .ul_list li a:hover .Ispic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zjaf_info .ul_list li:nth-child(3) {
  margin-right: 0;
}
.zjaf_info .ul_list li .pic {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.zjaf_info .ul_list li .Ispic {
  padding-bottom: 63.5%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zjaf_info .ul_list li p {
  margin: 0;
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .PicList002949 .item {
    width: 49%;
    margin-right: 2%;
  }
  .PicList002949 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .PicList002949 .item:nth-child(2n) {
    margin-right: 0;
  }
  .PicList002949 .pic figure {
    padding-bottom: 80%;
  }
}
@media (max-width: 768px) {
  .Floor003026 .box {
    overflow: hidden;
  }
  .zjaf_info .items .item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .zjaf_info .ul_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .Floor002748 .box .dl {
    position: relative;
    width: 100%;
  }
  .Top002898 .top-search,
  .Top002898 .top-lang {
    margin-top: 5px;
  }
  .column_tit h2 {
    font-size: 24px;
  }
  .column_tit h2::after {
    margin: 10px 0 15px;
  }
  .Menu002147 li {
    margin-right: 0;
  }
  .Floor001201 h1 {
    font-size: 30px;
  }
  .Floor001201 h1::after {
    margin: 10px auto 15px;
  }
  .r_center li h4 {
    font-size: 14px;
  }
  .r_center li:first-child h3 {
    font-size: 22px;
  }
  .PicList002938 .ytable-cell {
    width: 50%;
    float: left;
  }
  .PicList002938 .ytable-cell p {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .filter .box > * {
    min-width: 100px;
    margin-bottom: 10px;
  }
  .filter .box dl.unit {
    width: 150px;
  }
  .PicList002949 .item {
    width: 100%;
    margin-right: 0;
  }
  .PicList002949 .item .ytable {
    display: table;
  }
  .PicList002949 .item .pic,
  .PicList002949 .item .txt {
    display: table-cell;
  }
  .TextList001717 .name li:nth-child(1) {
    padding-right: 2%;
    width: 45%;
  }
  .TextList001717 .name li:nth-child(2) {
    width: 16%;
  }
  .TextList001717 .name li:nth-child(3) {
    padding-right: 20px;
  }
  .Floor002967 li {
    width: 300px;
  }
  .Bottom002561 .contact .share {
    margin-top: 10px;
  }
  .Floor003026 .box1 ul.gybox {
    display: block;
  }
  .Floor003026 .box1 ul.gybox li {
    width: 32%!important;
  }
  .Floor003026 .box1 ul.gybox li:first-child .img1 img {
    height: 40px;
    margin: 20px auto;
  }
  .Floor003026 .box1 ul.gybox li .img1 img {
    height: 80px;
    object-fit: cover;
  }
  .Floor003026 .box1 ul.gybox li p {
    font-size: 20px;
    text-align: center !important;
  }
  .Floor002748 .box .info {
    margin: 10px auto 20px;
    height: 72px;
  }
  .Floor002748 .box .dl .txt {
    width: 96%;
    left: 2%;
    bottom: auto;
    top: 20px;
  }
  .Floor002748 .box .dl .txt p {
    margin: 0;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .TextList001717 .name li:nth-child(2) {
    white-space: nowrap;
  }
}
/*20210628*/
.column_box .title_index {
  text-align: center;
}
.column_box .title_index:after {
  margin-left: auto;
  margin-right: auto;
}
.Menu002147.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 90;
  top: 0;
}
.frendLinks a {
  border: 1px solid #cecece;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding: 0 10px;
  margin-right: 4px;
}
.Floor003026 .box2 li:nth-child(3) .img {
  width: 39.21%;
}

.Floor003026 .box2 li:nth-child(2) .img {
  width: 22.9%;
  left: 25.5%;
}

.Floor003026 .box2 li:nth-child(1) .img2 {
  width: 42.43%;
  top: 7%;
}


@media(min-width:1024px){
  .search_pro form label{
    width: 33%;
    margin-right: 0;
  }
}
@media(min-width:1300px){
  .search_pro form label{
    width: 25%;
    margin-right: 0;
  }
}
